home *** CD-ROM | disk | FTP | other *** search
/ Building Homes of Our Own / Building Homes of our Own.iso / setup / data1.cab / Everything / working / houCons.dxr / exitFrameScripts_23.ls < prev    next >
Encoding:
Text File  |  2002-09-25  |  118 b   |  7 lines

  1. on exitFrame me
  2.   global gConMan
  3.   if doNextDecision(gConMan) = #finished then
  4.     go("constuctionOver")
  5.   end if
  6. end
  7.